home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : String Comparison
- -- VERSION : 1.0
- -- REVIEW CODE :
- -- DDN ADDRESS : sommar@enea.se.UUCP
- -- AUTHOR : Erland Sommarskog
- -- : ENEA Data, Stockholm
- -- COPYRIGHT :
- -- DATE CREATED : 2 Nov 87
- -- DATE RELEASED : 2 Nov 87
- -- DATE LAST UPDATED : 2 Nov 87
- -- LOCATION : ASR
- -- ENVIRONMENT :
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : COMPONENTS
- -- CATEGORY LEVEL 2 : String Comparison
- -- CATEGORY LEVEL 3 :
- -- CATEGORY LEVEL 4 :
- -- KEYWORD : String Comparison
- -- INDEX : Comparison, String
- -- TAXONOMY :
- -- DEPENDENCIES :
- -- SEE ALSO :
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD2:<ADA.COMPONENTS>STRCOMP.*
- -- DIRECTORY DISPLAY :
- -- Directory PD2:<ADA.COMPONENTS>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- STRCOMP.DOC 7270 165
- -- STRCOMP.PRO 2656 67
- -- STRCOMP.SRC 45586 1072
- -- =============== ========== ==========
- -- 3 Files 55512 1304
- --= ABSTRACT ===============================================--
- -- Article 219 of comp.sources.misc:
- --
- -- This posting contains a package for string-comparisons in a
- -- fairly sophisticated way where regard to accents, non-letters and case
- -- is only taken if necessary.
- -- The user defines how each character should be sorted, whether
- -- if it is a letter, and whether it is a variant of another letter. See
- -- READ.ME [STRCOMP.DOC] for complete description.
- -- The purpose is not to provide a facility, though, rather to
- -- demonstrate the idea. The code is in Ada.
- -- Comments and questions are welcome to:
- --
- -- Erland Sommarskog
- -- ENEA Data, Stockholm
- -- sommar@enea
- --
- --= REVISION HISTORY ===============================================--
- -- DATE VERSION AUTHOR HISTORY
- -- 2 Nov 87 1.0 Erland Sommarskog Initial Release
- --= RELEASE NOTICE ===============================================--
- -- This prologue must be included in all copies of this software.
- --
- -- This software is copyright by the author.
- --
- -- This software is released to the Ada community.
- -- This software is released to the Public Domain (note:
- -- software released to the Public Domain is not subject
- -- to copyright protection).
- -- Restrictions on use or distribution: NONE
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-